ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Fraction<T> Structure / Fraction<T> Constructor / Fraction<T> Constructor(T,T)
A T that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
A T that indicats the number written below the line in a common fraction that indicates the number of parts into which one whole is divided.

In This Topic
    Fraction<T> Constructor(T,T)
    In This Topic
    Initializes a new instance of Fraction<T> structure with the specified numerator and denominator.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal numerator As T, _
       ByVal denominator As T _
    )
    public Fraction<T>( 
       T numerator,
       T denominator
    )

    Parameters

    numerator
    A T that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
    denominator
    A T that indicats the number written below the line in a common fraction that indicates the number of parts into which one whole is divided.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also